Skip to content

ASoC: Intel: NVL: Add entry for HDMI-In capture support to non-I2S codec boards. - #5873

Merged
bardliao merged 1 commit into
thesofproject:topic/sof-devfrom
CBala21:nvl_nocodec_hdmiin
Aug 11, 2026
Merged

ASoC: Intel: NVL: Add entry for HDMI-In capture support to non-I2S codec boards.#5873
bardliao merged 1 commit into
thesofproject:topic/sof-devfrom
CBala21:nvl_nocodec_hdmiin

Conversation

@CBala21

@CBala21 CBala21 commented Aug 10, 2026

Copy link
Copy Markdown

Adding HDMI-In capture support for the NVL products which doesn't have onboard I2S codec. But need to support HDMI-In capture via I2S and audio playback through HDMI/DP monitor.

Copilot AI lite review requested due to automatic review settings August 10, 2026 06:39

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new NVL machine-match + board-id so systems with the LT6911 HDMI-In capture device (but no onboard I2S audio codec) can use the correct SOF topology for HDMI-In capture over SSP while keeping HDMI/DP playback enabled.

Changes:

  • Extend the NVL ACPI machine match table with an INTC10B0 entry using the nvl_lt6911_hdmi_ssp machine driver and sof-nvl-hdmi-ssp02.tplg.
  • Register a corresponding platform_device_id in sof_ssp_amp so the new machine name configures HDMI-In capture on SSP0/SSP2 and enables HDMI playback.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
sound/soc/intel/common/soc-acpi-intel-nvl-match.c Adds NVL ACPI match entry for LT6911 HDMI-In-only systems and associates the topology filename.
sound/soc/intel/boards/sof_ssp_amp.c Adds a new board ID mapping for nvl_lt6911_hdmi_ssp with HDMI-In capture mask and HDMI playback enabled.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

.tplg_quirk_mask = SND_SOC_ACPI_TPLG_INTEL_SSP_NUMBER |
SND_SOC_ACPI_TPLG_INTEL_SSP_MSB,
},
/* place amp-only boards in the end of table */

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lontium considered as amp category since its not full pledged codec. Hence comment should not be Lontium specific and there is possibility to add amp-only boards in match table.

…dec boards.

Adding HDMI-In capture support for the NVL products which doesn't have
onboard I2S codec. But need to support HDMI-In capture via I2S and
audio playback through HDMI/DP monitor.

Signed-off-by: Balamurugan C <balamurugan.c@intel.com>
Copilot AI review requested due to automatic review settings August 10, 2026 06:59
@CBala21
CBala21 force-pushed the nvl_nocodec_hdmiin branch from 572b68b to eb25412 Compare August 10, 2026 06:59

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.

@bardliao
bardliao merged commit 60efcc4 into thesofproject:topic/sof-dev Aug 11, 2026
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants